Remove 1.2.0 from .travis.yml
authorAlex Crichton <alex@alexcrichton.com>
Mon, 25 Jan 2016 20:52:23 +0000 (12:52 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Mon, 25 Jan 2016 20:52:23 +0000 (12:52 -0800)
There hasn't actually ever been a request to maintain compatibility with older
stable Rust versions, and it's becoming a bit of a maintenance burden, so just
switch CI to run on stable Rust.

.travis.yml

index 1cc9ac0e238d2ffb4c1fcbbf0790548f152e959e..85f59b93022b4207d9b03e300240493c0146b323 100644 (file)
@@ -1,6 +1,5 @@
 language: rust
 rust:
-  - 1.2.0
   - stable
   - beta
   - nightly